home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / 000050_blitz-list-request_Fri Jul 15 16:25:54 1994.msg < prev    next >
Internet Message Format  |  1994-09-20  |  2KB

  1. Received: from relay.surfnet.nl (relay.surfnet.nl [192.87.36.2]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id QAA20408 for <blitz-list@helsinki.fi>; Fri, 15 Jul 1994 16:24:17 +0300
  2. Received: from aixserv.hsbos.nl by relay.surfnet.nl with SMTP (PP) 
  3.           id <01833-0@relay.surfnet.nl>; Fri, 15 Jul 1994 15:24:09 +0200
  4. Received: from ms1.hsbos.nl by aixserv.hsbos.nl (AIX 3.2/UCB 5.64/4.03) 
  5.           id AA18334; Fri, 15 Jul 1994 15:20:45 +0200
  6. Received: from MS1/MAILQUEUE by ms1.hsbos.nl (Mercury 1.12);
  7.           Fri, 15 Jul 94 15:23:14 GMT-1DFT
  8. Received: from MAILQUEUE by MS1 (Mercury 1.12); Fri, 15 Jul 94 15:23:08 GMT-1DFT
  9. From: "j.valks" <j.valks@hsbos.nl>
  10. To: blitz-list@helsinki.fi
  11. Date: Fri, 15 Jul 1994 15:14:26
  12. Subject: Serial
  13. X-Pmrqc: 1
  14. Priority: normal
  15. X-Mailer: PMail v3.0 (R1a)
  16. Message-Id: <1B13D831534@ms1.hsbos.nl>
  17. MIME-Version: 1.0
  18. Content-Type: text/plain; charset="us-ascii"
  19. Content-Transfer-Encoding: 7bit
  20. X-Status: 
  21. Status: RO
  22.  
  23. Hi,
  24.  
  25. Yep, it's me again. I hooked up a PC with a terminal program to my
  26. Amiga with a nullmodem cable. 
  27.  
  28. Try this one:
  29.  
  30. WbStartup
  31.  
  32. If OpenSerial("serial.device",0,9600,0)
  33.     WriteSerialString 0,"Now testing..."
  34.     SerialClose 0
  35. Else
  36.     Nprint "Can't open Serial.Device"
  37. End
  38. MouseWait:End
  39.  
  40. The only thing that happend is that the first 2 letters of the string
  41. appears on the screen (of the PC).
  42.  
  43. I tried my terminal program I ever wrote in A**S and it worked great! 
  44. No problems at all. What the hell am I doing wrong????????
  45.  
  46. Maybe somebody from Acid has a idea?
  47.  
  48. P.S.
  49.  
  50. I tried using the SetSerialLens commands, but it doesn't change 
  51. anything to my problems...
  52.  
  53. Hear'ya, I hope....
  54.  
  55.  
  56.  
  57. Greetings from:
  58.  
  59. ----------------------------------------------------------------------
  60. Jurgen Valks, working at HTO 's-Hertogenbosch in The Netherlands
  61.  
  62. Email: j.valks@hsbos.nl
  63.  
  64. Systems: Amiga 2000, 4Mb, 49Hd working as a fileserver
  65.          Amiga 1200, 6Mb, 120Hd 68030 40Mhz.
  66.          PC 486-DX33, 8mb, 210Hd
  67.          
  68. Working on: Amiga: Hero 2094 (HERO conversion from the CBM64)
  69.                    Blitz2 AmigaGuide file
  70.             PC   : Diropus for PC
  71.             
  72. ----------------------------------------------------------------------
  73.             
  74.